pascal OSStatus DrawThemePlacard (
const Rect *inRect,
ThemeDrawState inState);
inRect
A pointer to a structure of type
Rect
. Before calling
DrawThemePlacard
, set the rectangle to a size and position that contains the placard, in local coordinates.
inState
A value of type
ThemeDrawState
. Pass a constant specifying the state in which to draw the placard; see
Theme Draw State Constants
. The placard can be drawn as active, inactive, or pressed.